home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / libg++ / src / xyzzy.cc < prev   
C/C++ Source or Header  |  1991-06-28  |  213b  |  13 lines

  1. #ifndef NO_GNULIB3
  2. // from tiemann
  3.  
  4. /* Needed, in case there are no other objects which
  5.    need static initialization and cleanup.  */
  6. struct __xyzzy__
  7. {
  8.   __xyzzy__ () {}
  9.   ~__xyzzy__ () {}
  10. } __1xyzzy__;
  11.  
  12. #endif
  13.